Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
log10
log10
Logarithm with base 10
Name:
log10
Category:
math
Programming Language:
php
One-line Description:
Logarithm with base 10.
Related
How to Combine PHP's log10 Function with number_format to Format and Output the Calculation Results?
2
How to Properly Use PHP’s log10 Function? Complete Usage Guide and Example Explanation
9
Similar Functions
expm1
expm1
Returnsexp(number)-1
rand
rand
Generatearandominteg
round
round
Roundfloatingpointnu
pi
pi
Getthepivalue
mt_getrandmax
mt_getrandmax
Displaythemaximumpos
abs
abs
Absolutevalue
bindec
bindec
Convertbinarytodecim
ceil
ceil
Furthermethodtosort
Popular Articles
How to Properly Use PHP’s log10 Function? Complete Usage Guide and Example Explanation
How to Combine PHP's log10 Function with number_format to Format and Output the Calculation Results?